body, html {
  margin: 0px;
  padding: 0px;
  height: 100%;
  background: #d1d2d3;
}

body, div, td, p {
  font-family: Tahoma, Arial, Helvetica, "Times New Roman", sans-serif;
  font-size: 12px;
}

a:hover { color:#ec1c3b; }

.fckBold { font-weight: bold; }

.fckTitle { font-size: 16px; color:#000000; font-weight: bold;}

.fckRed { font-size: 11pt; font-weight: bold; color:#ec1c3b; }
.fckBlue { font-size: 11pt; font-weight: bold; color:#3256a6; }

#wrapper {
  background: #f2f2f2;
  margin: 10px auto;
  padding: 20px;
  width: 875px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.l_01 {
  font-size: 14px;
  font-weight: bold;
}
.l_01 a, .l_01 a:visited, .l_01:active {
  color: #3256a6;
}
.l_02 {
  padding: 10px 0px 5px 10px;
  font-size: 14px;
  font-weight: bold;
}
.l_03 {
  text-decoration: underline;
  color: #3256a6;
  font-weight: bold;
  padding: 5px 0px 5px 10px;
}
.l_04 {
  padding: 0px 0px 0px 10px;
}



#bask-info {
  width: 200px;
  height: 100px;
  background: #d1d2d3;
  text-align: left;
  padding-right: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#bask-info img {
  margin: 10px;
}
.bask-info-1 {
  margin: 20px 0px 15px 0px;
  font-size: 14px;
  color: #3256a6;
  font-weight: bold;
}
.bask-info-2 {
  padding: 2px 0px;
}
.bask-info-3 {
  padding: 2px 0px;
  clear: both;
  text-align: right;
}

.bask-message {
  font-weight: bold;
  color: #ffffff;
  padding: 7px;
  background: #3256a6;
  border: 1px solid navy;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;  
  opacity: 1;
}


#rb-menu {
  width: 100%;
  height: 51px;
  margin-top: 10px;
  background: url(img/rb-menu-bg.png) repeat-x;
}


#search-field {
  width: 250px;
  height: 20px;
  margin-right: 5px;
  padding: 0px 5px;
  border: 1px;  
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#search-button {
  height: 20px;
  border: 1px;  
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
}

#middle {
  margin-top: 10px;
}

#catalog {  
  width:285px;
  float:left;  
  border: 2px solid #c8c9cb;  
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #ffffff;
}
.catalog-title {
  background: #e0dfe0;
  font-size: 14px;
  font-weight: bold;
  padding: 0px 10px;
  height: 30px;
}
.level1, .level1-cur, .level1-sel {
  border-top: 2px solid #c8c9cb;  
  padding: 3px 7px;
  font-size: 13px;
  font-weight: bold;
}
.level1 a {
  display: block;
  width: 100%;
  text-decoration: none;
  color: #3256a6;
}
.level1 a:hover {
  color: #3256a6;
}
.level1-cur {
  background: #3256a6;
  color: #ffffff;
}
.level1-sel {
  background: #ec1c3b;
}
.level1-sel a {
  color: #ffffff !important;
}

.level2, .level2-cur, .level2-sel {
  border-top: 1px solid #c8c9cb;  
  padding: 3px 20px;
  font-size: 12px;
}
.level2 a {
  display: block;
  width: 100%;
  text-decoration: none;
  color: #3256a6;
}
.level2 a:hover {
  color: #3256a6;
}
.level2-cur {
  background: #3256a6;
  color: #ffffff;
}
.level2-sel {
  background: #ec1c3b;
}
.level2-sel a {
  color: #ffffff !important;
}

#prlist {
  width:100%;
  // border: 0px solid #c8c9cb;  
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #c8c9cb;
}
#prlist th {
  height: 30px;
  background: #e0dfe0;
}
#prlist td {
  background: #ffffff;
}
#prlist td a {
  text-decoration: none;
  color: #3256a6;
}
#prlist td a:hover {
  color: #ec1c3b;
}

#content {
  margin-left:300px;
}

#pritembox {
  display:none;
  z-index:100;
  width: 600px;
  max-height: 80%;

  padding: 20px;
  background-color: #f2f2f2;
  border:2px solid #c8c9cb;
  -moz-box-shadow:0 0 90px 5px #000;
  -webkit-box-shadow: 0 0 90px #000;

  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  
}
.pritembox-wrap {
  height: 500px;
  overflow-y: auto;
}
#pritembox .close {
    background-image:url(img/ovr-close.png);
    position:absolute;
    right:-15px;
    top:-15px;
    cursor:pointer;
    height:35px;
    width:35px;
}

#callback {
  display:none;
  z-index:1000;
  width: 400px;
  height: 100px;
  border: 1px solid #000000;
  padding: 10px;

  background-color: #f2f2f2;
  border:2px solid #c8c9cb;
  -moz-box-shadow:0 0 90px 5px #000;
  -webkit-box-shadow: 0 0 90px #000;

  -webkit-border-radius: 0px 0px 20px 20px;
  -moz-border-radius: 0px 0px 20px 20px;
  border-radius: 0px 0px 20px 20px;

}

#callback .close {
    background-image:url(img/ovr-close.png);
    position:absolute;
    right:-15px;
    bottom:-15px;
    cursor:pointer;
    height:35px;
    width:35px;
}
#cbform {
}
#cbname, #cbphone {
  font-weight: bold;  
}
#cbform table {
  margin: 10px 0;
}
#cbform input {
  width: 160px;
}
#cbok {
  display: none;
  font-weight: bold;
  margin: 20px 0px;
  text-align: center;
}


.bask-quan {
  width: 30px;
}

.ord-table {
  //width: 100%;
  background: #c8c9cb;
}
.ord-table td {
  background: #f2f2f2;
}
.ord-table .text {
  width: 300px;
}
.ord-table textarea {
  width: 300px;
  height: 100px;
}

#pritem-img {
  float: right;
  margin: 0px 10px 10px 10px;
}
#pritem-act {
  width: 300px;
  border-bottom: 2px solid #c8c9cb;
}
#pritem-info {
  line-height: 20px;
}
#bask-input {
  width: 30px;
}

#under {
  background: #3256a6;
  padding: 5px;
}
#under-center {
  border-right: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
}
.rb-under {
  margin: 4px;
}
.rb-under a {
  color: #ffffff;
  font-size: 11pt;
  font-weight: bold;
  text-decoration: none;
}
.rb-under a:hover {
  color: #ec1c3b;
}

#pl-wrap {
  margin-left: 5px;
  padding: 5px;
  text-align: left;
  background: #f2f2f2;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  
}

.pl-message {
  font-weight: bold;
  color: #ffffff;
  padding: 7px;
  background: #3256a6;
  border: 1px solid navy;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;  
  opacity: 1;
}

/**/
#under-center {
  color: #ffffff;
}

#lenta {
    /* required settings */
    position:relative;
    overflow:hidden;
    width: 340px;
    height:160px;
}
#lenta .lenta-items {
    width:20000em;
    position:absolute;
    clear:both;
}
#lenta .lenta-item {
    float:left;
    margin-right:20px;
    padding:2px;
    border:1px solid #ccc;
    width:150px;
    height:150px;
    overflow: hidden;
}
#lenta-nav {
  text-align: right;
  margin: 5px 5px 10px 0px;
}
#lenta-prev, #lenta-next {
  cursor: pointer;
}
#lenta-prev:hover, #lenta-next:hover {
  color: #ec1c3b;
}
.lenta-dis {
  cursor: default !important;
  color: #ffffff !important;
}

/**/

#tbmain {
  margin-top: 15px;
}

#item-full {
  width: 270px;
  height: 483px;
  overflow: hidden;
  
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 2px solid #c8c9cb; 
  padding: 5px;
}

#best {
    position:relative;
    overflow:hidden;

    height: 483px;
    width: 210px;

}
#best .best-items {
    position:absolute;
    height:20000em;
    margin: 0px;
}
#best .best-item {
    border-bottom:1px solid #ddd;
    //margin:10px 0;
    padding:5px;
    font-size:12px;
    height:110px;
    background: #d1d2d3;
    width: 200px;
    
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;

}
.best-item:hover, .best-active {
    color: #ffffff !important;
    background: #ec1c3b !important;
}
.best-item-title {
  padding-left: 5px;
}


#best-prev, #best-next {
    background:url(img/scroll-ver.png) no-repeat;
    display:block;
    width:30px;
    height:30px;
    cursor:pointer;
    font-size:1px;
}

#best-prev { background-position: 0px 0px; }
#best-prev:hover  { background-position:-30px 0; }
#best-prev:active { background-position:-60px 0; }

#best-next { background-position: 0px -30px;}
#best-next:hover { background-position:-30px -30px; }
#best-next:active { background-position:-60px -30px; }

.best-dis {
    visibility:hidden;
}

